Skip to content

feat: timetable frame v3 #1160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 8, 2025
Merged

Conversation

Soundbar91
Copy link
Collaborator

@Soundbar91 Soundbar91 commented Jan 5, 2025

๐Ÿ”ฅ ์—ฐ๊ด€ ์ด์Šˆ

๐Ÿš€ ์ž‘์—… ๋‚ด์šฉ

  • semester ๋ฒ„์ €๋‹์œผ๋กœ semester ๋ฐ์ดํ„ฐ๋ฅผ ์‚ฌ์šฉํ•˜๋Š” timetableFrame API๋ฅผ ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค.
  • ๋ฐ˜ํ™˜ ๊ฐ’์œผ๋กœ ๋‚˜๊ฐ€๋Š” timetableFrame์€ ๋ชจ๋‘ ์ •๋ ฌํ•ด์„œ ๋ฐ˜ํ™˜ํ•˜๋„๋ก ๊ตฌํ˜„ํ–ˆ์Šต๋‹ˆ๋‹ค.

๐Ÿ’ฌ ๋ฆฌ๋ทฐ ์ค‘์ ์‚ฌํ•ญ

timetableLecuture V3 ์ถฉ๋Œ์„ ๋ฐฉ์ง€ํ•˜๊ธฐ ์œ„ํ•ด timetableFrameRepository ์ฝ”๋“œ๋ฅผ ๋ช‡ ๊ฐœ ๊ธ์–ด์™”์Šต๋‹ˆ๋‹ค.
๋ฐฐ์ œํ•˜์‹œ๊ณ  ํ™•์ธํ•˜์‹œ๋ฉด ๋  ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค.

@Soundbar91 Soundbar91 added ๊ธฐ๋Šฅ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์„ ๊ฐœ๋ฐœํ•ฉ๋‹ˆ๋‹ค. Team User ์œ ์ € ํŒ€์—์„œ ์ž‘์—…ํ•  ์ด์Šˆ์ž…๋‹ˆ๋‹ค labels Jan 5, 2025
@Soundbar91 Soundbar91 self-assigned this Jan 5, 2025
Copy link

github-actions bot commented Jan 5, 2025

Unit Test Results

354 testsโ€‚โ€ƒโ€ƒ353 โœ”๏ธโ€ƒโ€ƒ1m 24s โฑ๏ธ
โŸโ€„45 suitesโ€ƒโ€ƒโŸโ€„โŸโ€„1 ๐Ÿ’ค
โŸโ€„45 filesโ€„โ€‚โ€ƒโ€ƒโŸโ€„โŸโ€„0 โŒ

Results for commit 1a69ff7.

โ™ป๏ธ This comment has been updated with latest results.

Copy link
Contributor

@duehee duehee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์œผ์•…~ ์ € ์ด๊ฑฐ๋ณด๋ฉด์„œ ๊ตฌ๊ธ€๋ง ํ•˜๋А๋ผ ๊ณต๋ถ€๋์–ด์š”
ํ•˜๋‚˜ํ•˜๋‚˜ ์ฝ”๋“œ ํ•œ์ค„ํ•œ์ค„ ์ž˜ ์ƒˆ๊ธฐ๊ฒ ์Šต๋‹ˆ๋‹ค.. ๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค~


@JsonNaming(value = SnakeCaseStrategy.class)
public record TimetableFrameCreateRequestV3(
@Schema(description = "ํ•™๊ธฐ ๋…„๋„", example = "2019", requiredMode = REQUIRED)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A

๊ทธ๋ƒฅ ์—ฐ๋„๋กœ ํ‘œ์‹œํ•ด๋„ ๊ดœ์ฐฎ์„ ๊ฑฐ ๊ฐ™์•„์š”!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๋„ต ๋ฐ˜์˜ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค !

Integer id,

@Schema(description = "์‹œ๊ฐ„ํ‘œ ์ด๋ฆ„", example = "์‹œ๊ฐ„ํ‘œ1", requiredMode = REQUIRED)
String timetableName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C

TimetableFrame์— ๋Œ€ํ•œ Response์˜ ๊ฐ’์ด๋ผ๋ฉด ๊ทธ๋Œ€๋กœ name ์จ๋„ ๋˜์ง€ ์•Š์„๊นŒ์š”?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name์ด ์ ์ ˆํ•ด๋ณด์ž…๋‹ˆ๋‹ค ! ๋ฐ˜์˜ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค.

return term;
}
}
throw new KoinIllegalArgumentException("term ์–‘์‹์ด ์ž˜๋ชป๋์Šต๋‹ˆ๋‹ค.");
Copy link
Contributor

@duehee duehee Jan 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A

์˜ˆ์™ธ์ฒ˜๋ฆฌ ์ƒˆ๋กœ ๋งŒ๋“œ๋Š” ๊ฑด ๋ณ„๋กœ์ผ๊นŒ์š”? ๐Ÿ‘€

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํฐ ๋ฌธ์ œ๋Š” ์—†์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค..! ์ปค์Šคํ…€ ์˜ˆ์™ธ๊ฐ€ ๋” ๋ช…ํ™•ํ•˜๊ฒ ๋„ค์šฉ

Copy link
Contributor

@kwoo28 kwoo28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ˆ˜๊ณ  ๋งŽ์œผ์…จ์Šต๋‹ˆ๋‹ค!! ๋ฌธ์ œ์—†์ด ๊น”๋”ํ•˜๊ฒŒ ์ž˜ ์ž‘์„ฑํ•œ๊ฒƒ๊ฐ™์•„์š”

@Soundbar91 Soundbar91 merged commit 4cafe82 into develop Jan 8, 2025
4 checks passed
@Soundbar91 Soundbar91 deleted the feature/1159-timetable-frame-v3 branch January 8, 2025 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team User ์œ ์ € ํŒ€์—์„œ ์ž‘์—…ํ•  ์ด์Šˆ์ž…๋‹ˆ๋‹ค ๊ธฐ๋Šฅ ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์„ ๊ฐœ๋ฐœํ•ฉ๋‹ˆ๋‹ค.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

timetableFrame api v3
3 participants